home *** CD-ROM | disk | FTP | other *** search
File List | 1996-01-25 | 2.1 KB | 83 lines |
- ;DRIVER.LST
- ;Directions for ImageStor creation of standalone bootable disk.
- ;Copyright (c) 1995, McAfee Associates
-
-
- [SystemCommands]
- ;These commands are performed to make diskette bootable,
- ; copy ImageStor files and copy BootShield files.
-
- SYS %c: > nul
- LABEL %c:IS95 > nul
- COPY IMAGSTOR.EXE %c: > nul
- COPY P_IMSTOR.CPY %c:\P_IMSTOR.DAT > nul
- COPY ISPREFS.DAT %c: > nul
- COPY ISENG.EXE %c: > nul
-
- ;BootShield files...
- COPY C:\MCAFEE\BSHIELD\BSSETUP.EXE %c: > nul
- COPY C:\MCAFEE\BSHIELD\BSSETUP.INI %c: > nul
- COPY C:\MCAFEE\BSHIELD\BSSHELP.HLP %c: > nul
-
-
- [AlwaysSysEnd]
- ;These lines are ALWAYS placed at the end of boot diskette's CONFIG.SYS
-
- FILES=30
- DOS=HIGH,UMB
-
- [AlwaysAutoexecEnd]
- ;These lines are ALWAYS placed at the end of boot diskette's AUTOEXEC.BAT
-
- ECHO OFF
- CLS
- IF EXIST IMAGSTOR.EXE GOTO ISGUI
- IF EXIST ISENG.EXE GOTO ISTTY
- GOTO END
- :ISGUI
- ECHO Please wait as ImageStor '95 loads...
- IMAGSTOR.EXE
- GOTO END
- :ISTTY
- ISENG
- :END
-
- [GenericSys]
- ;If user's CONFIG.SYS has these drivers, they are copied to boot diskette
- ; and will be loaded by boot diskette's CONFIG.SYS
-
- HIMEM
- EMM386
-
- [MouseSys]
- ;The first DEVICE= line in user's CONFIG.SYS which contains one of these words
- ; will be presumed to be the DOS mouse driver, and it will be copied
- ; to the boot diskette and loaded by boot diskette's CONFIG.SYS
-
- MOUSE
-
- [SCSICAMSys]
- ;The first line in user's CONFIG.SYS which contains one of these words
- ; will be presumed to be a SCSI CAM driver, and it will be copied
- ; to the boot diskette and loaded by boot diskette's CONFIG.SYS
-
- CAM
-
- [ASPISys]
- ;The first line in user's CONFIG.SYS which contains one of these words
- ; will be presumed to be an ASPI SCSI driver, and it will be copied
- ; to the boot diskette and loaded by boot diskette's CONFIG.SYS
-
- ASPI
- BTDOS
-
- [MouseDriverAutoexec]
- ;The first non-PATH, non-REM, non-SET line in user's AUTOEXEC.BAT
- ; which contains one of these words will be presumed to be the
- ; DOS mouse driver, and it will be copied to the boot diskette and
- ; loaded by boot diskette's AUTOEXEC.BAT
-
- MOUSE
-
-